
/* 页面头部 */
.top-line {
  height: 6px;
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
}
.top-line-m {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
}
.toggle-btn-m {
  position: absolute;
  top: 3px;
  right: 0;
  background: url('../static/nav-close-icon.png') no-repeat center;
  background-size: 100% 100%;
  width: 70px;
  height: 60px;
}
.m-nav .navbar {
  box-shadow: 0 0 4px #999;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.m-nav .collapsed {
  background: url('../static/nav-more-icon.png') no-repeat center;
  background-size: 100% 100%;
  width: 70px;
  height: 60px;
}
.m-nav .nav-item {
  padding: 8px 0;
}
.m-nav .nav-item a {
  font-size: 18px;
}
.m-nav .bg-blue {
  background: #1D67FB;
}
.m-nav .bg-blue .nav-item .nav-link {
  color: #fff;
}
.m-nav .bg-blue .active {
  border-bottom: 1px solid #fff;
}
.m-nav .bg-blue .nav-item .dropdown-item {
  color: #fff;
  font-size: 16px;
}

.m-nav .dropdown-menu {
  border: none;
  background: transparent;
  border: none;
  padding: 0;
}
.m-nav .dropdown {
  border: none;
  background: transparent;
  border: none;
}
.m-nav .dropdown-menu .dropdown-item {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 10px;
  width: 90%;
}
.m-nav .back-btn {
  width: 150px;
  height: 36px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue .page-logo-m {
  display: none;
}
.bg-blue .page-logo-m-w {
  display: inline;
}
.bg-white .page-logo-m {
  display: inline;
}
.bg-white .page-logo-m-w {
  display: none;
}
.navbar-brand-m img {
  width: 20vw;
  min-width: 278px;
  margin-top: 5px;
  /* height: 40px; */
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 188px;
  background: #fff;
}
.page-header .logo-area {
  display: flex;
  align-items: center;
  width: 937px;
  height: 107px;
}
.page-header .logo-area a {
  margin-right: 10px;
}
.page-header .search {
  display: flex;
  width: 204px;
  height: 40px;
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.page-header .search .search-input {
  border: 0;
  background: transparent;
  outline: none;
  color: #fff;
  width: 160px;
  height: 32px;
}

.page-header .search input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 16px;
}

.page-header .search .search-link {
  width: 18px;
  height: 18px;
  display: block;
  display: flex;
  align-items: center;
}
.page-header .search .search-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: transparent;
}



/* 页面主体 */
.page-main {
  min-height: 535px;
  position: relative;
  background: #F0F6FF;
  padding-bottom: 80px;
}
.page-main .main-banner1 {
  width: 100%;
  height: 280px;
  background: url('../static/banner.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.page-main .main-banner {
  width: 100%;
  height: 535px;
  background: url('../static/banner-2.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.page-main .main-content {
  position: relative;
  z-index: 2;
}
.page-main .main-top {
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
.page-main .main-top .search {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .main-top .search  .search-content {
  width: 90%;
  max-width: 580px;
  height: 56px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.page-main .main-top .search  .search-content::after {
  position: absolute;
  content: ' ';
  width: 90%;
  height: 1px;
  background: #8DB2FB;
  bottom: -1px;
  left: 5%;
}
.page-main .search .search-input {
  border: 0;
  background: transparent;
  outline: none;
  color: #333;
  width: 80%;
  height: 32px;
}
.page-main .search .search-link {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .search .search-link img {
  width: 18px;
  height: 18px;
}
.page-main .search input::-webkit-input-placeholder {
  color: #8DB2FB;
  font-size: 16px;
}
.page-main .nav-area {
  height: 56px;
}
.nav-area .nav .nav-item {
  padding: 0 10px;
  border-right: 1px solid #ccf;
  height: 14px;
  display: flex;
  align-items: center;
}
.nav-area .nav .nav-item:last-child {
  border: 0;
}
.nav-area .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  position: relative;
  text-align: center;
  outline: none;
}
.nav-area .nav-item .nav-link:hover {
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
}
.nav-area .nav .nav-item .active::before {
  content: ' ';
  position: absolute;
  top: 56px;
  width: 100%;
  height: 4px;
  background: #FFC74D;
  left: 0;
}

.nav-area .nav .nav-item .nav-link::after {
  display: none;
}
.nav-area .nav .show .dropdown-toggle {
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
}

.nav-area .nav .nav-item .dropdown-menu {
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: 0px;
  padding-top: 5px;
}
.nav-area .nav .nav-item .dropdown-menu .dropdown-item {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.nav-area .nav .nav-item .dropdown-menu .dropdown-item:first-child {
  border-radius: 5px 5px 0 0;
}
.nav-area .nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}
.nav-area .nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: linear-gradient( 270deg, #FE4D5A 0%, #4481FC 100%);
  color: #FFFFFF;
}


/* 页面尾部 */
@media (max-width: 768px) {
  body .page-bottom {
    min-height: 216px;
    background: url('../static/foot-bg.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 12px 0;
  }
  body .page-main {
    padding-bottom: 20px;
  }
  body .page-bottom .bottom-right .code-img {
    width: 88px;
    height: 88px;
    margin-bottom: 10px;
  }
  body .page-bottom .bottom-right {
    height: 160px;
  }
  .page-bottom  p {
    font-size: 14px;
  }
  body .no-padding-pc {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
.page-bottom {
  min-height: 216px;
  background: url('../static/foot-bottom.png') no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 12px 0;
}
.page-bottom .bottom-content {
  height: 100%;
}
.page-bottom .bottom-content_wrap {
  height: 100%;
}
.page-bottom .bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 216px;
}
.page-bottom .bottom-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 216px;
}
.page-bottom .bottom-right .code-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-bottom .bottom-right .code-img {
  width: 112px;
  height: 112px;
  margin-bottom: 10px;
}

/* 公共样式 */
body a {
  color: #333333;
  cursor: pointer;
}
body a:hover {
  color: #1D67FB;
	text-decoration: none;
}
body .no-padding {
	padding: 0
}
body .no-padding-pc {
  padding-left: 0;
  padding-right: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 注意：这一行在某些浏览器中可能导致不兼容 */
}
.more {
  color: #888888;
}
.time {
  font-size: 14px;
  color: #999999;
}
.search-input .input {
  color: #333;
}

/* 主题内容区域 */
.content-body {
  width: 100%;
  max-width: 1338px;
  background: #FFFFFF;
  /* margin-top: 50px; */
  padding: 20px;
}

.back-wuli {
  max-width: 1336px;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #444444;
  position: absolute;
  top: 20px;
  right: 20px;
}
.back-wuli:hover {
  color: #1D67FB;
}
.m-nav {
  position: relative;
  /* height: 65px; */
}
.fullScreen {
  height: 100vh;
  overflow: hidden;
}